﻿.Button70 
{
    background-image: url(Images/button/buttonBG_70.gif);
    background-repeat: no-repeat;
    padding-bottom: 0px;
    text-align: center;
    width: 70px;
    height: 23px;
    border: 0px;
    color:white;
    line-height:23px;
    font-size:12px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}

.Button90 {
    background-image: url(Images/button/buttonBG_90.gif);
    background-repeat: no-repeat;
    text-align: center;
    width: 90px;
    height: 23px;
    border: 0px;
    font-weight: bold;
    color: white;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}
.Button150 {
    background-image: url(Images/button/buttonBG_150.gif);
    background-repeat: no-repeat;
    text-align: center;
    width: 150px;
    height: 23px;
    border: 0px;
    font-weight: bold;
    color: white;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}
.Login150 {
    background-image: url(Images/button/buttonBG_150.jpg);
    background-repeat: no-repeat;
    text-align: center;
    width: 150px;
    height: 21px;
    border: 0px;
    font-weight: bold;
    color: white;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}


.Button200 {
    background-image: url(Images/button/buttonBG_200.gif);
    background-repeat: no-repeat;
    text-align: center;
    width: 200px;
    height: 23px;
    border: 0px;
    font-weight: bold;
    color: white;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}
.Button300 {
    background-image: url(Images/button/buttonBG_300.gif);
    background-repeat: no-repeat;
    text-align: center;
    width: 300px;
    height: 23px;
    border: 0px;
    font-weight: bold;
    color: white;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}

.WelcomeIcon
{
    color: #eeeeee;
    font-weight: bold;
    margin: 3px;
    width: 67px;
    height: 57px;
    cursor: pointer;
    background-image: url(images/button/SixRolls.png);
    background-repeat: no-repeat;
    background-color: White;
}

.WelcomeIcon:hover
{
    color: White;
    font-weight: bold;
    margin: 3px;
    width: 67px;
    height: 57px;
    background-image: url(images/button/SixRolls.png);
    background-repeat: no-repeat;
    background-color: White;
    cursor: pointer;
    filter: alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.8;
}

.WelcomeIconSmall
{
     color: #eeeeee;
    font-weight:bold;
    width: 62px;
    height: 49px;
    cursor: pointer;
    background-image: url(images/button/SixRollsSmall.png);
    background-repeat: no-repeat;
    background-color: White;
}

.WelcomeIconSmall:hover
{
     color:White;
    font-weight:bold;
    width: 62px;
    height: 49px;
    background-image: url(images/button/SixRollsSmall.png);
    background-repeat: no-repeat;
    background-color: White;
    cursor: pointer;
    filter: alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.8;
}

